home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / MSFlexgrid20255610172006.psc / MSFLEXGRID sorter module / adoCustomer.frm < prev   
Text File  |  2006-10-09  |  7KB  |  228 lines

  1. VERSION 5.00
  2. Begin VB.Form adoClsCustomer 
  3.    BackColor       =   &H0066B4D5&
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "Customer"
  6.    ClientHeight    =   3630
  7.    ClientLeft      =   1095
  8.    ClientTop       =   435
  9.    ClientWidth     =   5805
  10.    KeyPreview      =   -1  'True
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   3630
  15.    ScaleWidth      =   5805
  16.    StartUpPosition =   1  'CenterOwner
  17.    Visible         =   0   'False
  18.    Begin VB.PictureBox picButtons 
  19.       Align           =   2  'Align Bottom
  20.       Appearance      =   0  'Flat
  21.       BackColor       =   &H0066B4D5&
  22.       BorderStyle     =   0  'None
  23.       ForeColor       =   &H80000008&
  24.       Height          =   300
  25.       Left            =   0
  26.       ScaleHeight     =   300
  27.       ScaleWidth      =   5805
  28.       TabIndex        =   20
  29.       Top             =   3030
  30.       Width           =   5805
  31.       Begin VB.CommandButton cmdCancel 
  32.          Caption         =   "&Cancel"
  33.          Height          =   300
  34.          Left            =   1213
  35.          TabIndex        =   27
  36.          Top             =   0
  37.          Visible         =   0   'False
  38.          Width           =   1095
  39.       End
  40.       Begin VB.CommandButton cmdUpdate 
  41.          Caption         =   "&Update"
  42.          Height          =   300
  43.          Left            =   59
  44.          TabIndex        =   26
  45.          Top             =   0
  46.          Visible         =   0   'False
  47.          Width           =   1095
  48.       End
  49.       Begin VB.CommandButton cmdClose 
  50.          Caption         =   "&Close"
  51.          Height          =   300
  52.          Left            =   4675
  53.          TabIndex        =   25
  54.          Top             =   0
  55.          Width           =   1095
  56.       End
  57.       Begin VB.CommandButton cmdRefresh 
  58.          Caption         =   "&Refresh"
  59.          Height          =   300
  60.          Left            =   3521
  61.          TabIndex        =   24
  62.          Top             =   0
  63.          Width           =   1095
  64.       End
  65.       Begin VB.CommandButton cmdDelete 
  66.          Caption         =   "&Delete"
  67.          Height          =   300
  68.          Left            =   2367
  69.          TabIndex        =   23
  70.          Top             =   0
  71.          Width           =   1095
  72.       End
  73.       Begin VB.CommandButton cmdEdit 
  74.          Caption         =   "&Edit"
  75.          Height          =   300
  76.          Left            =   1213
  77.          TabIndex        =   22
  78.          Top             =   0
  79.          Width           =   1095
  80.       End
  81.       Begin VB.CommandButton cmdAdd 
  82.          Caption         =   "&Add"
  83.          Height          =   300
  84.          Left            =   59
  85.          TabIndex        =   21
  86.          Top             =   0
  87.          Width           =   1095
  88.       End
  89.    End
  90.    Begin VB.PictureBox picStatBox 
  91.       Align           =   2  'Align Bottom
  92.       Appearance      =   0  'Flat
  93.       BackColor       =   &H0066B4D5&
  94.       BorderStyle     =   0  'None
  95.       ForeColor       =   &H80000008&
  96.       Height          =   300
  97.       Left            =   0
  98.       ScaleHeight     =   300
  99.       ScaleWidth      =   5805
  100.       TabIndex        =   14
  101.       Top             =   3330
  102.       Width           =   5805
  103.       Begin VB.CommandButton cmdLast 
  104.          Height          =   300
  105.          Left            =   4545
  106.          Picture         =   "adoCustomer.frx":0000
  107.          Style           =   1  'Graphical
  108.          TabIndex        =   18
  109.          Top             =   0
  110.          UseMaskColor    =   -1  'True
  111.          Width           =   345
  112.       End
  113.       Begin VB.CommandButton cmdNext 
  114.          Height          =   300
  115.          Left            =   4200
  116.          Picture         =   "adoCustomer.frx":0342
  117.          Style           =   1  'Graphical
  118.          TabIndex        =   17
  119.          Top             =   0
  120.          UseMaskColor    =   -1  'True
  121.          Width           =   345
  122.       End
  123.       Begin VB.CommandButton cmdPrevious 
  124.          Height          =   300
  125.          Left            =   345
  126.          Picture         =   "adoCustomer.frx":0684
  127.          Style           =   1  'Graphical
  128.          TabIndex        =   16
  129.          Top             =   0
  130.          UseMaskColor    =   -1  'True
  131.          Width           =   345
  132.       End
  133.       Begin VB.CommandButton cmdFirst 
  134.          Height          =   300
  135.          Left            =   0
  136.          Picture         =   "adoCustomer.frx":09C6
  137.          Style           =   1  'Graphical
  138.          TabIndex        =   15
  139.          Top             =   0
  140.          UseMaskColor    =   -1  'True
  141.          Width           =   345
  142.       End
  143.       Begin VB.Label lblStatus 
  144.          BackColor       =   &H00FFFFFF&
  145.          BorderStyle     =   1  'Fixed Single
  146.          Height          =   285
  147.          Left            =   690
  148.          TabIndex        =   19
  149.          Top             =   0
  150.          Width           =   3360
  151.       End
  152.    End
  153.    Begin VB.TextBox txtFields 
  154.       DataField       =   "Zip"
  155.       Height          =   285
  156.       Index           =   6
  157.       Left            =   2040
  158.       TabIndex        =   13
  159.       Top             =   1980
  160.       Width           =   3375
  161.    End
  162.    Begin VB.TextBox txtFields 
  163.       DataField       =   "State"
  164.       Height          =   285
  165.       Index           =   5
  166.       Left            =   2040
  167.       TabIndex        =   11
  168.       Top             =   1660
  169.       Width           =   3375
  170.    End
  171.    Begin VB.TextBox txtFields 
  172.       DataField       =   "City"
  173.       Height          =   285
  174.       Index           =   4
  175.       Left            =   2040
  176.       TabIndex        =   9
  177.       Top             =   1340
  178.       Width           =   3375
  179.    End
  180.    Begin VB.TextBox txtFields 
  181.       DataField       =   "Address"
  182.       Height          =   285
  183.       Index           =   3
  184.       Left            =   2040
  185.       TabIndex        =   7
  186.       Top             =   1020
  187.       Width           =   3375
  188.    End
  189.    Begin VB.TextBox txtFields 
  190.       DataField       =   "Last Name"
  191.       Height          =   285
  192.       Index           =   2
  193.       Left            =   2040
  194.       TabIndex        =   5
  195.       Top             =   700
  196.       Width           =   3375
  197.    End
  198.    Begin VB.TextBox txtFields 
  199.       DataField       =   "First Name"
  200.       Height          =   285
  201.       Index           =   1
  202.       Left            =   2040
  203.       TabIndex        =   3
  204.       Top             =   380
  205.       Width           =   3375
  206.    End
  207.    Begin VB.TextBox txtFields 
  208.       DataField       =   "ID1"
  209.       Height          =   285
  210.       Index           =   0
  211.       Left            =   2040
  212.       TabIndex        =   0
  213.       Top             =   60
  214.       Width           =   3375
  215.    End
  216.    Begin VB.Label lblLabels 
  217.       Alignment       =   1  'Right el lblLabels 
  218.       Alignment       =   1  'Right el lblLabels 
  219.       Alignment       =   1  'Right el lbM6i  
  220.      x           =   0
  221.       LefU0gegin VB.Tex 0
  222.      1  'Right el lbM6i  
  223.             
  224.       Begin VB.CommandButton cmdClose 
  225.          CaptiD0FFFFFF&
  226.          BorderStyle     =   1  'Fixed Singlpio(H6i   1  'Fixed Singlpio(H6i   1  'Fixed Singlpio(H6i   1 6e
  227.          CaptiD0FFFFFF&
  228.          BorderStyle     =   1  'Fiht elirderStyle C